home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / DefineSprite_760 / frame_3 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  162 b   |  8 lines

  1. this._x -= _root.speedausgleich;
  2. if(_root.player.hitbox.hitTest(this.ammo) == true)
  3. {
  4.    _root.score_txt += 100;
  5.    gotoAndStop("collected");
  6.    play();
  7. }
  8.